home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 November / Electronic Clipper 1996 November.iso / ideasrc / pyramid.dir / 00051_Script_51 < prev    next >
Text File  |  1996-10-11  |  203b  |  9 lines

  1. on mouseup
  2.   repeat with n = 2 to 21
  3.     if sprite n intersects 22 then 
  4.       put integer (field "fruit" + 1) into field "fruit"
  5.       go frame "mouthopen"
  6.       exit
  7.     end if
  8.   end repeat
  9. end